"# Deploy Stable Cascade for Real-Time Image Generation on SageMaker\n",
"---\n",
"\n",
"This notebook's CI test result for us-west-2 is as follows. CI test results in other regions can be found at the end of the notebook.\n",
"\n",
"\n",
"decoded_images = [decode_base64_image(image) for image in response_payload[\"generated_images\"]]\n",
"\n",
"# visualize generation\n",
"display_images(decoded_images)\n",
"\n",
"end_time = time.time()\n",
"inference_time = end_time - start_time\n",
"print(f\"total inference time = {inference_time}\")"
]
},
{
"cell_type": "markdown",
"id": "123ac143-dfaf-4944-8b57-e1c043153d59",
"metadata": {},
"source": [
"## Notebook CI Test Results\n",
"\n",
"This notebook was tested in multiple regions. The test results are as follows, except for us-west-2 which is shown at the top of the notebook.\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n"